Prizm Document Converter
Uninstalling PDC on Linux

To uninstall PDC from your Linux system, perform the following steps:

  1. Stop the service and demo. Depending upon where you installed, this will usually be:         
     
    Copy Code
    # /usr/share/prizm/scripts/pccis.sh stop
    # /usr/share/prizm/scripts/demos.sh stop
    
  2. Next remove the installed files:

    Debian/Ubuntu:

     
    Copy Code
    # sudo apt-get remove prizm-services prizm-documentconverter
    

    Red Hat/CentOS:

     
    Copy Code
    # yum remove prizm-services prizm-documentconverter
    

    Generic Package:

     
    Copy Code
    # rm -rf /usr/share/prizm
    
  3. There will potentially be temporary files left behind. The same command to remove the generic package can be used to remove all remaining files:
     
    Copy Code
    # rm -rf /usr/share/prizm
    

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback